@charset "UTF-8";
/*
********************************外层框架 start********************************
*/
/*头部 start*/
.top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.logo{
	padding-top: 18px;
}
.logo a{
	display: block;
}
.logo img{
	height: 65px;
}
.topMenuDl{
	position: relative;
}
.topMenuDl dd{
	float: left;
	line-height: 100px;
	height: 100px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #333;
}
.topNewsClass a{
	display: block;
	font-size: 16px;
	color: #333;
	transition: 0.4s;
	padding: 0 30px;
	-webkit-ransition: 0.4s;
} 
@media screen and (max-width:1650px) {
	.topNewsClass a{
		padding: 0 20px;
	}
}
@media screen and (max-width:1500px) {
	.topNewsClass a{
		padding: 0 15px;
	}
}
.topMenuDl dd.hover a{
	color: #134b96;
}
.topMenuDl dt{
	background: url(../images/menuBg.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
}
.topTel {
	font-size: 16px;
	line-height: 100px;
	color: #134b96;
	padding-left: 35px;
	position: relative;
	margin-left: 30px;
}
.topTel i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 25px;
	height: 21px;
	background: url(../images/telIco1.png) center center no-repeat;
	-moz-animation:slidePhone 2s infinite linear;
	-webkit-animation:slidePhone 2s infinite linear;
	animation:slidePhone 2s infinite linear;
}
@keyframes slidePhone {
    0% {
        -moz-transform:rotate(30deg);
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    5% {
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    10% {
        -moz-transform:rotate(30deg);
        -ms-transform:rotate(30deg);
        -webkit-transform:rotate(30deg);
        transform:rotate(30deg);
    }
    15% {
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
/*头部 end*/
/*底部 start*/
.footer1{
	padding:50px 0 ;
	background: #fafafa;
}
.footContact{
	width: 285px;
}
.footContact .item{
	font-size: 14px;
	color: #666;
	padding:0 0 0 28px;
	margin-bottom: 20px;
	line-height: 26px;
}
.footContact .item span{
	font-size: 24px;
	color: #134b96;
}
.footContact .item.item1{
	background: url(../images/footIco1.png) left 8px no-repeat;
}
.footContact .item.item2{
	background: url(../images/footIco2.png) left center no-repeat;
}
.footContact .item.item3{
	background: url(../images/footIco3.png) 2px 5px no-repeat;
}
.footMenu{
	margin-left: 75px;
}
.footMenu dt a{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	transition: 0.2s;
}
.footMenu dd a{
	display: block;
	color: #999;
	line-height: 30px;
	transition: 0.2s;
}
.footMenu a:hover{
	color: #134B96;
}
.footCode {
	width: 120px;
	text-align: center;
}
.footCode .pic{
	border: 1px solid #e5e5e5;
	background: #fff;
}
.footCode .pic:before{
	padding-top: 100%;
}
.footCode span{
	color: #333;
	font-size: 14px;
	display: block;
	padding-top: 10px;
}
.footer2{
	line-height: #134b96;
	background: #134b96;
	line-height: 50px;
	height: 50px;
	color: #a7b4cf;
}
.footer2 a{
	color: #a7b4cf;
}
.footer2 a:hover{
	color: #fff;
}
/*底部 end*/
/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/
.fp-tableCell{
	position: relative;
	height: 0px; 
	overflow: hidden;
	box-sizing: border-box; 
	-wibkit-box-sizing: border-box;
	padding-top: 100px;
}
.section{ 
	height: 0px; 
	overflow: hidden; 
	background: #fff;
	position: relative;
	z-index: 1;
}
#fullpage{
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.4s !important;
}
.floRight{
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -80px\9;
	z-index: 98;
}
#fp-nav li{
    font-size: 0;
    position: relative;
    margin: 5px auto;
}
#fp-nav li a{
    display: block;
    position: relative;
    transition: 0.4s ease;
	padding-right: 55px;
	height: 25px;
}
#fp-nav li span{
	display: none;
	font-size: 16px;
	color: #134b96;
}
#fp-nav li.cfff span{
	color: #fff;
}
#fp-nav li i{
    display: block;
    width: 25px;
	border-bottom: 1px solid #999999;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.4s ease;
}
#fp-nav li.active span{
    display: block;
}
#fp-nav li.active i{
    width: 50px;
	border-color: #134B96;
}
#fp-nav li.cfff.active i{
	border-color: #fff;
}
.sectionBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
/* 公用 start */
.indTitle{
	position: relative;
	padding-top: 25px;
}
.indTitle.center{
	text-align: center;
}
.indTitle .title1{
	font-size: 30px;
	color: #333;
	position: relative;
	z-index: 9;
}
.indTitle.color1 .title1{
	color: #fff;
}
.indTitle .title2{
	font-size: 48px;
	color: #999;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
/* 公用 end */
/*banner start*/
.banner{
	background: #018ed6;
}
.banner,
.banner .slick-list,
.banner .slick-track,
.banner .mySlide{
    height: 100%;
    position: relative;
	overflow: hidden;
}
.banner .mySlide a{
    display: block;
    height: 100%;
	width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	top: 0 !important;
	left: 0 !important;
}
.banner .img{
	height: 100%;
	width: 100%;
}
.banner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bnrText{
	position: absolute;
	left: 0;
	width: 100%;
	top: 45%;
	margin-top: -60px;
	text-align: center;
}
.bnrText1{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 80px;
}
.bnrText1 i{
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.1);
	height: 60px;
	vertical-align: middle;
	position: relative;
	top: -5px;
}
.bnrText2{
	font-size: 24px;
	color: #fff;
	padding-top: 30px;
}
.banner .slick-dots{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner .slick-dots li{
	display: inline-block;
	width: 35px;
	height: 5px;
	border-radius: 5px;
	margin: 0 8px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.banner .slick-dots li.slick-active{
	background: #134b96;
}
/*banner end*/

/*公司简介 start*/
.companyInfr{
	width: 550px;
	padding-top: 80px;
}

.companyCon{
	padding-top: 50px;
}
.companyCon .name{
	font-size: 18px;
	color: #6b829f;
	font-weight: bold;
}
.companyCon .info{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-top: 25px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 50px;
}
.companyCon .more a{
	display: block;
	width: 135px;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #fff;
	background: #134b96;
	text-align: center;
	border-radius: 5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.companyCon .more i{
	display: inline-block;
	width: 6px;
	margin-left: 15px;
	height: 10px;
	position: relative;
	transition: 0.4s;
	background: url(../images/arrow1.png) center center no-repeat;
}
.companyCon .more a:hover{
	background: #2269c8;
}
.companyCon .more a:hover i{
	transform: translateX(4px);
}
.companyImg{
	position: relative;
	padding-right: 210px;
	padding-top: 88px;
}
.companyImg .pic{
	width: 335px;
	z-index: 9;
}
.companyImg .pic:before{
	padding-top: 133.33333%;
}
.companyImg .bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 620px;
	background: url(../images/conpanyBg.png) center center no-repeat;
}
/*公司简介 end*/

/*产品中心 start*/
.indProBg{
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: -1;
}
.indProLeft{
	padding-right: 360px;
	position: relative;
	height: 100%;
}
.indProList{
	height: 100%;
	position: relative;
}
.indProListDl{
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	position: absolute;
	top: 80px;
}
.indProListDl dd{
	padding: 10px 0;
}
.indProListDl a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	padding-left: 35px;
	position: relative;
	
}
.indProListDl a:after{
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	background: #fff;
}
.indProListDl a:hover{
	letter-spacing: 1px;
}
.indProClass{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 9;
	margin-top: -100px;
	padding-top: 100px;
}
.indProClass:before{
	content: '';
	display: block;
	border-left: solid 1px #c5c5c5;
	height: 100%;
	position: absolute;
	right: 65px;
	top: 0;
}
.indProClass dd{
	height: 25%;
}
.indProClass a{
	display: block;
	padding-right: 90px;
	position: relative;
	text-align: right;
	top: 35%;
}
.indProClass .title{
	font-size: 18px;
	color: #999;
	line-height: 30px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.indProClass .title2{
	font-size: 12px;
	color: #d2d2d2;
	text-transform: uppercase;
	line-height: 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.indProClass .num{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	width: 45px;
	font-size: 18px;
	color: #999;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.indProClass .num i{
	display: block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #c5c5c5;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.indProClass dd .num i:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px ;
	background: #134B96;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	opacity: 0;
	background: #c5c5c5;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.indProClass dd.hover .title,
.indProClass dd.hover .title2,
.indProClass dd.hover .num{
	color: #134B96;
}
.indProClass dd.hover .num i{
	border:2px solid #134B96;
}
.indProClass dd.hover .num i{
	border:2px solid #134B96;
}
.indProClass dd.hover .num i:before{
	background: #134B96;
	opacity: 1;
}
.indProCircle{
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 25px;
	width: 345px;
	height: 345px;
	border-radius: 50%;
	background: #fff;
	margin: -197px 0 0 -197px;
}
.indProImg{
	position: absolute;
	left: 25px;
	top: 25px;
	width: 345px;
	height: 345px;
	border-radius: 50%;
	overflow: hidden;
	transform: scale(0.6);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.indProImg img{
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.indProCircle .line{
	position: absolute;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	border: 1px solid #ececec;
	border-radius: 50%;
	animation:infinite rotate1 12s linear;
	-webkit-animation:infinite rotate1 12s linear;
}
.indProCircle .line:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fea011;
	position: absolute;
	top: 0;
	left: 50%;
	margin:-7px 0 0 -7px;
}
.indProListDl.show{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.indProImg.show{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
@keyframes rotate1 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/*产品中心 end*/

/*工程案例 start*/
.indexCase{
	padding: 4% 0 0 0;
	position: relative;
}
.indexCase:before{
	content: '';
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 110px;
	width: 86%;
	bottom: 32px;
}
.indexCase .slick-list{
	padding-left: 110px;
}
.indexCase .mySlide{
	margin-right: 25px;
	position: relative;
	padding-bottom: 100px;
}
.indexCase .icon{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -32px;
	background: #fff;
	width: 65px;
	height: 65px;
}

.indexCase .icon:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 29px;
	top: 29px;
	border-radius: 50%;
	background: #cccccc;
}
.indexCase .mySlide.slick-current .icon i{
	display: block;
	position: absolute;
	left: 50%;
	top: -40px;
	height: 40px;
	border-left: 1px solid #eaeaea;
}
.indexCase .mySlide.slick-current .icon:before{
	content: '';
	display: block;
	border: 2px solid #fea011;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 18px;
	top: 18px;
	border-radius: 50%;
}
.indexCase .mySlide.slick-current .icon:after{
	background: #FEA011;
}

.indexCase .title{
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}
.caseLine{
	margin: 0 110px;
	position: relative;
	top: -33px;
}
.caseLine .slick-arrow{
	position: absolute;
	top: -5px;
	border: 5px solid;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.caseLine .prev{
	left: -40px;
	border-right-width: 8px;
	border-color: transparent #ccc transparent transparent;
}
.caseLine .prev:before{
	content: '';
	display: block;
	border-bottom: 1px solid #ccc;
	width: 18px;
	position: absolute;
	top: 0 ;
	left: 8px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.caseLine .next{
	right: -40px;
	border-left-width: 8px;
	border-color: transparent  transparent transparent #ccc;
}
.caseLine .next:before{
	content: '';
	display: block;
	border-bottom: 1px solid #ccc;
	width: 18px;
	position: absolute;
	top: 0 ;
	right: 8px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.caseLine .prev:hover{
	border-right-color: #fea011;
}
.caseLine .next:hover{
	border-left-color: #fea011;
}
.caseLine .slick-arrow:hover:before{
	width: 28px;
	border-color: #fea011;
}
/*工程案例 end*/
/*新闻动态 start*/
.indNews{
	margin: 0 -22px;
	overflow: hidden;
	padding-top: 50px;
}

.indNews .newsSlide{
	float: left;
	display: inline;
	width: 33.3333%;
	padding: 10px 0;
}
.indNews a{
	display: block;
	padding: 10px;
	background: #fff;
	margin: 0 22px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.indNews .pic:before{
	padding-top: 66.66666%;
}
.indNews .data{
	padding: 10px;
}
.indNews .title{
	padding-top: 10px;
	line-height: 26px;
	font-size: 18px;
	color: #000;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.indNews .info{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.indNews .time{
	height: 45px;
	line-height: 55px;
	padding: 0 20px;
	margin: 0 -10px;
	border-top: 1px solid #e5e5e5;

}
.indNews .time span{
	float: left;
	font-size: 14px;
	color: #999;
	padding-left: 25px;
	font-weight: lighter;
	background: url(../images/time.png) left center no-repeat;
}
.indNews .time em{
	float: right;
	color: #134b96;
	font-size: 14px;
}
.indNews a:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	transform: translateY(-4px);
}
.newsMore a{
	display: block;
	width: 135px;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #134B96;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 1400px) {
	.indNews .title{
		height: 26px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.indNews{
		padding-top: 0;
	}
	.newsMore{
		position: relative;
		top: -33px;
	}
}
.newsMore i {
    display: inline-block;
    width: 6px;
    margin-left: 15px;
    height: 10px;
    position: relative;
    transition: 0.4s;
    background: url(../images/arrow2.png) center center no-repeat;
}
.newsMore a:hover i {
    transform: translateX(4px);
}
/*新闻动态 end*/


/*
********************************首页样式 end********************************
*/

/*
********************************内页框架 start********************************
*/
/*subBanner start*/
.subBanner{
	padding-top: 23.4375%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.subTitle{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 60%;
	margin-left: -600px;
}
.subTitle .name{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 9;
	padding-top: 20px;
}
.subTitle .alias{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	opacity: 0.25;
}
/*subBanner end*/

/*当前位置 start*/
.locationBox{
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    position: relative;
    z-index: 6;
}
.subMenu_dl{
    overflow: hidden;
	position: relative;
}
.subMenu_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_dl dd .subMenu_a:hover,
.subMenu_dl dd.hover .subMenu_a{
    color:#1d6ea6;
}
.navLine{
	background: #1d6ea6;
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 0;
}

.location{
    line-height: 50px;
    overflow: hidden;
}
.location a{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    padding-left: 15px;
}
.location a+a{
	background: url(../images/trangleRight.png) no-repeat 5px center;
}
.location a:hover{
	color:#1d6ea6;
}
.location a.hover,
.location a+a:hover{
    color:#1d6ea6;
    background: url(../images/trangleRight_h.png) no-repeat 5px center;
}
a.locIndex {
	background: url(../images/home.png) no-repeat left center;
	width: 15px;
	height: 50px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
/*当前位置 end*/

.subPage{
	padding: 40px 50px;
}
/*页码 start*/
.page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #134b96;color: #fff;}
.page a.hover{background: #134b96;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/icon12.png)}
.page a.prevPage div{background-image: url(../images/page/icon13.png)}
.page a.nextPage div{background-image: url(../images/page/icon14.png)}
.page a.lastPage div{background-image: url(../images/page/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/page/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/page/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/page/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/page/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/icon15.png)}
/*页码 end*/
/*
********************************内页框架 end********************************
*/

